From: Juanma Barranquero Date: Sun, 9 May 2004 22:37:12 +0000 (+0000) Subject: Describe next- and prev-buffer. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22598 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ee29c9dd17346bb5ff504d141d8d3d667b266d74;p=emacs.git Describe next- and prev-buffer. Warn about change of keybindings for winner-redo and -undo. Describe help argument highlighting feature. --- diff --git a/etc/NEWS b/etc/NEWS index a86a93e92de..dd027945f3c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -90,6 +90,16 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * Changes in Emacs 21.4 +** Convenient commands to switch buffers in a cyclic order are C-x +(prev-buffer) and C-x (next-buffer). + +** Commands winner-redo and winner-undo, from winner.el, are now bound to +C-c and C-c , respectively. This is an incompatible change. + +** Help commands `describe-funcion' and `describe-key' now show function +arguments in italics. To change the default highlighting customize the +face `help-argument-name'. + --- ** The comint prompt can now be made read-only, using the new user option `comint-prompt-read-only'. This is not enabled by default,